Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-deps group across 1 directory with 13 updates #180

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Updates the requirements on langchain, ollama, openai, pydantic, pymupdf, pytz, sentry-sdk[fastapi,openai,starlette], unstructured, uvicorn, weaviate-client, langchain-core, starlette and langsmith to permit the latest version.
Updates langchain from 0.3.8 to 0.3.9

Release notes

Sourced from langchain's releases.

langchain-core==0.3.9

Changes since langchain-core==0.3.8

core[patch]: Release 0.3.9 (#27117) core,integrations[minor]: Dont error on fields in model_kwargs (#27110) core: fix batch race condition in FakeListChatModel (#26924) core[patch]: exclude model cache from ser (#27086) core[patch]: add UsageMetadata details (#27072)

langchain==0.3.9

Changes since langchain==0.3.8

langchain[patch]: Release 0.3.9 (#28399) Init embeddings (#28370) langchain[patch]: init_chat_model provider in model string (#28367) langchain[patch]: update deprecation message for agent classes and constructors (#28369) langchain: Fix Neo4jVector vector store reference from partner package for self query (#28292) langchain[patch]: support numpy 2 (#28183)

Commits

Updates ollama from 0.3.3 to 0.4.2

Release notes

Sourced from ollama's releases.

v0.4.2

What's Changed

New Contributors

Full Changelog: ollama/ollama-python@v0.4.1...v0.4.2

v0.4.1

What's Changed

  • Fixed issue where message types would have a tool_calls field by membership test even if no tool calls were provided by the response.

Full Changelog: ollama/ollama-python@v0.4.0...v0.4.1

v0.4.0

New Features

Chores

Full Changelog: ollama/ollama-python@v0.3.3...v0.4.0

Commits
  • d6528cf Fix image serialization for long image string (#348)
  • b50a65b Add Callable type annotation for Tools (#344)
  • 758a1d2 make subscription methods more consistent
  • d4c3897 Update ollama/_types.py
  • d8d98e1 Update ollama/_types.py
  • ec2c8fd Update ollama/_types.py
  • ea0e0dc Update ollama/_types.py
  • 6c44bb2 Fix chat-with-history.py example (#337)
  • 2095fc9 make subscription methods more consistent with maps
  • 64e3723 Merge pull request #334 from ollama/mxyng/hasattr-none
  • Additional commits viewable in compare view

Updates openai from 1.54.4 to 1.55.3

Release notes

Sourced from openai's releases.

v1.55.3

1.55.3 (2024-11-28)

Full Changelog: v1.55.2...v1.55.3

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#1904) (72b6c63)

v1.55.2

1.55.2 (2024-11-27)

Full Changelog: v1.55.1...v1.55.2

Chores

  • internal: exclude mypy from running on tests (#1899) (e2496f1)

Documentation

  • assistants: correct on_text_delta example (#1896) (460b663)

v1.55.1

1.55.1 (2024-11-25)

Full Changelog: v1.55.0...v1.55.1

Bug Fixes

  • pydantic-v1: avoid runtime error for assistants streaming (#1885) (197c94b)

Chores

Documentation

v1.55.0

1.55.0 (2024-11-20)

Full Changelog: v1.54.5...v1.55.0

Features

... (truncated)

Changelog

Sourced from openai's changelog.

1.55.3 (2024-11-28)

Full Changelog: v1.55.2...v1.55.3

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#1904) (72b6c63)

1.55.2 (2024-11-27)

Full Changelog: v1.55.1...v1.55.2

Chores

  • internal: exclude mypy from running on tests (#1899) (e2496f1)

Documentation

  • assistants: correct on_text_delta example (#1896) (460b663)

1.55.1 (2024-11-25)

Full Changelog: v1.55.0...v1.55.1

Bug Fixes

  • pydantic-v1: avoid runtime error for assistants streaming (#1885) (197c94b)

Chores

Documentation

1.55.0 (2024-11-20)

Full Changelog: v1.54.5...v1.55.0

Features

1.54.5 (2024-11-19)

... (truncated)

Commits

Updates pydantic from 2.9.2 to 2.10.2

Release notes

Sourced from pydantic's releases.

v2.10.2 2024-11-26

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.10.1...v2.10.2

v2.10.1 2024-11-21

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.10.0...v2.10.1

v2.10.0 2024-11-20

The code released in v2.10.0 is practically identical to that of v2.10.0b2. See the v2.10 release blog post for the highlights!

What's Changed

Packaging

New Features

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.10.2 (2024-11-25)

GitHub release

What's Changed

Fixes

v2.10.1 (2024-11-21)

GitHub release

What's Changed

Packaging

Fixes

New Contributors

v2.10.0 (2024-11-20)

The code released in v2.10.0 is practically identical to that of v2.10.0b2.

GitHub release

See the v2.10 release blog post for the highlights!

What's Changed

Packaging

... (truncated)

Commits

Updates pymupdf from 1.24.13 to 1.24.14

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.24.14 released

PyMuPDF-1.24.14 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.24.14 (2024-11-19)

  • Use MuPDF-1.24.11.

  • Fixed issues:

  • Other:

    • Ensure that words from Page.get_text() never contain RTL/LTR char mixtures.
    • Fix building with system MuPDF.
    • Add dot product for points and vectors.
Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.25.0 ()

  • Use MuPDF-1.25.1.

    • Fixed 4026 <https://github.com/pymupdf/PyMuPDF/issues/4026>_: page.get_text('blocks') output two piece of very simi lar text with different bbox
    • Fixed 4004 <https://github.com/pymupdf/PyMuPDF/issues/4004>_: Segmentation Fault When Updating PDF Form Field Value

Changes in version 1.24.14 (2024-11-19)

  • Use MuPDF-1.24.11.

  • Fixed issues:

    • Fixed 3448 <https://github.com/pymupdf/PyMuPDF/issues/3448>_: get_pixmap function removes the table and leaves just the content behind
    • Fixed 3758 <https://github.com/pymupdf/PyMuPDF/issues/3758>_: Got "malloc(): unaligned tcache chunk detected Aborted (core dumped)" while using add_redact_annot/apply_redactions
    • Fixed 3813 <https://github.com/pymupdf/PyMuPDF/issues/3813>_: Stories: Ordered list count broken with nested unordered list
    • Fixed 3933 <https://github.com/pymupdf/PyMuPDF/issues/3933>_: font.valid_codepoints() - malfunction
    • Fixed 4018 <https://github.com/pymupdf/PyMuPDF/issues/4018>_: PyMuPDF hangs when iterating over zero page PDF pages backwards
    • Fixed 4043 <https://github.com/pymupdf/PyMuPDF/issues/4043>_: fullcopypage bug
    • Fixed 4047 <https://github.com/pymupdf/PyMuPDF/issues/4047>_: Segmentation Fault in add_redact_annot
    • Fixed 4050 <https://github.com/pymupdf/PyMuPDF/issues/4050>_: Content of dict returned by doc.embfile_info() does not fit to documentation
  • Other:

    • Ensure that words from Page.get_text() never contain RTL/LTR char mixtures.
    • Fix building with system MuPDF.
    • Add dot product for points and vectors.

Changes in version 1.24.13 (2024-10-29)

  • Fixed issues:

    • Fixed 3848 <https://github.com/pymupdf/PyMuPDF/issues/3848>_: Piximap program crash
    • Fixed 3950 <https://github.com/pymupdf/PyMuPDF/issues/3950>_: Unable to consistently extract field labels from PDFs
    • Fixed 3981 <https://github.com/pymupdf/PyMuPDF/issues/3981>_: PyMuPDF 1.24.12 with pyinstaller throws error.
    • Fixed 3994 <https://github.com/pymupdf/PyMuPDF/issues/3994>_: pix.color_topusage raise Segmentation fault (core dumped)

Changes in version 1.24.12 (2024-10-21)

  • Fixed issues:

    • Fixed 3914 <https://github.com/pymupdf/PyMuPDF/issues/3914>_: Ability to print MuPDF errors to logging instead of stdout

... (truncated)

Commits
  • ebabd6f setup.py: incremented default mupdf version to 1.24.11.
  • a746d2c setup.py: use {version_b} to calculate mupdf download URL instead of hard-cod...
  • b918500 Updated version numbers etc for release.
  • a569a3f tests/: disable two long-running tests if running under valgrind.
  • 0e86f0b scripts/test.py: minor improvements to docs.
  • fa13f22 scripts/: default to not installing system packages such as valgrind by default.
  • 6d780c4 changes.txt: updated with all fixes when built with MuPDF-1.24.11.
  • 961552c tests/test_embeddedfiles.py: added test_4050().
  • 78bf986 src/init.py tests/test_font.py: address #3933 with mupdf-1.24.11.
  • 1667ec0 tests/: update two tests to expect fixed behaviour with mupdf-1.24.11.
  • Additional commits viewable in compare view

Updates pytz from 2024.1 to 2024.2

Commits
  • 3944f75 Bump version numbers to 2024.2 / 2024b
  • 640c9bd IANA 2024b
  • 382ca0c Squashed 'tz/' changes from 380c07cef..923e54bae
  • 96a1e88 Stop testing unavailable and EOL Python 3.5
  • 68186b6 Add support for Python 3.13
  • e994058 Run other jobs if one fails
  • 2326f9f Bump GitHub Actions
  • See full diff in compare view

Updates sentry-sdk[fastapi,openai,starlette] from 2.13.0 to 2.19.0

Release notes

Sourced from sentry-sdk[fastapi,openai,starlette]'s releases.

2.19.0

Various fixes & improvements

2.18.0

Various fixes & improvements

... (truncated)

Changelog

Sourced from sentry-sdk[fastapi,openai,starlette]'s changelog.

2.19.0

Various fixes & improvements

2.18.0

Various fixes & improvements

... (truncated)

Commits
  • 039c220 Updated changelog
  • c83e742 release: 2.19.0
  • 8fe5bb4 feat: Send PII to Spotlight when no DSN is set (#3804)
  • 295dd8d Auto enable Litestar integration (#3540)
  • bd50c38 fix(httpx): Prevent Sentry baggage duplication (#3728)
  • e9ec6c1 test(gcp): Only run GCP tests when they should (#3721)
  • aa6e8fd fix(falcon): Don't exhaust request body stream (#3768)
  • 3e28853 fix(integrations): Check retries_left before capturing exception (#3803)
  • 01146bd fix(openai): Use name instead of description (

Updates the requirements on [langchain](https://github.com/langchain-ai/langchain), [ollama](https://github.com/ollama/ollama-python), [openai](https://github.com/openai/openai-python), [pydantic](https://github.com/pydantic/pydantic), [pymupdf](https://github.com/pymupdf/pymupdf), [pytz](https://github.com/stub42/pytz), [sentry-sdk[fastapi,openai,starlette]](https://github.com/getsentry/sentry-python), [unstructured](https://github.com/Unstructured-IO/unstructured), [uvicorn](https://github.com/encode/uvicorn), [weaviate-client](https://github.com/weaviate/weaviate-python-client), [langchain-core](https://github.com/langchain-ai/langchain), [starlette](https://github.com/encode/starlette) and [langsmith](https://github.com/langchain-ai/langsmith-sdk) to permit the latest version.

Updates `langchain` from 0.3.8 to 0.3.9
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.3.8...langchain==0.3.9)

Updates `ollama` from 0.3.3 to 0.4.2
- [Release notes](https://github.com/ollama/ollama-python/releases)
- [Commits](ollama/ollama-python@v0.3.3...v0.4.2)

Updates `openai` from 1.54.4 to 1.55.3
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.54.4...v1.55.3)

Updates `pydantic` from 2.9.2 to 2.10.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.2...v2.10.2)

Updates `pymupdf` from 1.24.13 to 1.24.14
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.24.13...1.24.14)

Updates `pytz` from 2024.1 to 2024.2
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2024.1...release_2024.2)

Updates `sentry-sdk[fastapi,openai,starlette]` from 2.13.0 to 2.19.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.13.0...2.19.0)

Updates `unstructured` from 0.16.5 to 0.16.8
- [Release notes](https://github.com/Unstructured-IO/unstructured/releases)
- [Changelog](https://github.com/Unstructured-IO/unstructured/blob/main/CHANGELOG.md)
- [Commits](Unstructured-IO/unstructured@0.16.5...0.16.8)

Updates `uvicorn` from 0.32.0 to 0.32.1
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.32.0...0.32.1)

Updates `weaviate-client` from 4.9.3 to 4.9.5
- [Release notes](https://github.com/weaviate/weaviate-python-client/releases)
- [Changelog](https://github.com/weaviate/weaviate-python-client/blob/main/docs/changelog.rst)
- [Commits](weaviate/weaviate-python-client@v4.9.3...v4.9.5)

Updates `langchain-core` to 0.3.21
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-core==0.3.17...langchain-core==0.3.21)

Updates `starlette` to 0.41.3
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.41.2...0.41.3)

Updates `langsmith` to 0.1.147
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.1.142...v0.1.147)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: ollama
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: pytz
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: sentry-sdk[fastapi,openai,starlette]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: unstructured
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: weaviate-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: langchain-core
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: starlette
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: langsmith
  dependency-type: direct:production
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-deps-298320f3bb branch December 9, 2024 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants